ANALYSER V2.00                                              May 05, 1997
------------------------------------------------------------------------
written by Heiko Gorski, Norderstedt, Germany
thanks to Jamie Reilly and Gunnar Kempke
------------------------------------------------------------------------


ANALYSER
========
ANALYSER is a must for every software developer and designer.
ANALYSER is a small and easy-to-use tool which shows all of the modules
(DLL, EXE) that are currently loaded on your Windows system.
ANALYSER displays the name of each specific module, its count, handle,
type and path/file name.
ANALYSER offers the possibility to unload any kind of currently loaded
module.

SYSTEM REQUIREMENTS
===================
ANALYSER requires Win 3.x or Win 95, nothing else.

THE AUTHOR
==========
If you like ANALYSER, if you don't like ANALYSER or if you just have
any suggestions or comments on ANALYSER, please send me an e-mail:
Gorski@T-Online.de

HISTORY
=======
Version 2.00   May  05, 1997
- Display and unloading of global memory added.
- Options for global memory added
- automatic timer-correction when global memory display is
  used, because this is very timeconsuming
- Internal tasks (tasks without filename) are marked by "WIN"
  instead of "task" (must be windows-tasks)

Version 1.42   May  02, 1997
- Bug removed. Analyser "lost" buttons and checkboxes after
  recall from iconfied status

Version 1.41   Apr. 28, 1997
- Added dynamic sizing of the window, program checks for minimum 
  size and corrects if necessary. This is useful if full pathname 
  of a long path is needed and you have a high resolution graphic
  card.   This feature has been suggested by Todd Donaghy.
  (Thanks Todd...)
- Removed menu and added functions as buttons. This became necessary
  because Analyser uses a dialog-resource. The menu changed all
  offsets for dynamic sizing.
  The ABOUT-dialog will be opened by the "?"-button.
  The OPTIONS-dialog is activated through the "Opt."-button

Version 1.31   Mar. 06, 1997
- Internal tasks (tasks without filename) are marked by "task"
  instead of "1**". Please note, that loaded tasks (tasks with
  filenames) are marked with capitals ("TASK")

Version 1.30   Feb. 18, 1997
- annoying bug in the horizontal scrolling has been removed (no more
  resetting to left boundary) after timer-event
- font unloading added
- FLL (Foxpro) and WLL (Winword) dynamic link libraries added
- tasks now marked by "TASK" instead of "1**"
- startup-options for module types added
- some minor changes

Version 1.20   Feb. 12, 1997
- improvement and optimization of source code
- INI-file access bug fixed
- some minor changes

------------------------------------------------------------------------

